home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16551 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.2 KB  |  29 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!craiga
  3. From: craiga@netcom.com (Craig Arnush)
  4. Subject: Re: BC++5.0 Program doesn't compile (see text)
  5. Message-ID: <craigaDpnw9p.649@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. References: <4k9e51$fl9@arl-news-svc-5.compuserve.com> <316AA13B.79CF@tdl.com> <craigaDpMLEB.yz@netcom.com> <marnoldDpMz7H.2su@netcom.com>
  8. Date: Wed, 10 Apr 1996 19:46:37 GMT
  9. Sender: craiga@netcom4.netcom.com
  10.  
  11. marnold@netcom.com (Matt Arnold) writes:
  12. >STL doesn't have a string class, it has only container classes.  The 
  13. >standard C++ library has a string class.  Just a minor point, but could
  14. >be confusing for beginners reading the group.
  15.  
  16. Yes.  That is technically true.  However, the standard C++ library's
  17. string class is located in the ``std'' namespace, which is going to cause
  18. a good deal of confusion.  That's kind of why I continue to refer to it as
  19. the STL's string class.
  20.  
  21. Me
  22. -- 
  23. /-------------------------------------------------------\
  24. | Craig Arnush      | "Why are you arresting me?        |
  25. |                   |  You said I was *legally* drunk!" |
  26. | craiga@netcom.com |         - T. Viking               |
  27. \-------------------------------------------------------/
  28.